home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / dev / sun4.md / devMultibus.h < prev    next >
C/C++ Source or Header  |  1990-08-29  |  612b  |  24 lines

  1. /*
  2.  * multibus.h --
  3.  *
  4.  *    Definitions for addresses of the mapped multibus memory.
  5.  *
  6.  * Copyright (C) 1985 Regents of the University of California
  7.  * All rights reserved.
  8.  *
  9.  *
  10.  * $Header: /sprite/src/kernel/dev/sun3.md/RCS/devMultibus.h,v 8.1 89/05/24 07:49:41 rab Exp $ SPRITE (Berkeley)
  11.  */
  12.  
  13. #ifndef _DEVMULTIBUS
  14. #define _DEVMULTIBUS
  15.  
  16. /*
  17.  * The sun monitor maps the multibus memory space starting at DEV_MULTIBUS_BASE.
  18.  * It is appropriate to add the multibus address to this base to get
  19.  * the mapped kernel address for the multibus device.
  20.  */
  21. #define DEV_MULTIBUS_BASE    0xF00000
  22.  
  23. #endif /* _DEVMULTIBUS */
  24.